home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Tools & Apps / Testing & Debugging / Report Error 1.2 / makefile < prev    next >
Encoding:
Makefile  |  1992-01-31  |  483 b   |  28 lines  |  [TEXT/MPS ]

  1. #  Makefile for ReportError sample
  2. #
  3.  
  4. REZ          = Rez
  5. LINK         = Link
  6.  
  7. LIBOBJS = ∂
  8.     reportError.c.o ∂
  9.     dialogUtilities.c.o ∂
  10.     stringUtilities.c.o
  11.  
  12. OBJS = ∂
  13.     ReportError.o ∂
  14.     testReportError.c.o ∂
  15.         "{CLibraries}"StdCLib.o ∂
  16.         "{Libraries}"Interface.o ∂
  17.         "{Libraries}"Runtime.o
  18.  
  19. ReportError ƒƒ ReportError.r ReportError.π.rsrc
  20.     {REZ} -o {Targ} ReportError.r
  21.  
  22. ReportError ƒƒ {OBJS}
  23.     {LINK} -srt -d -o {Targ} {OBJS}
  24.  
  25. ReportError.o ƒ {LIBOBJS}
  26.     lib {LIBOBJS} -o ReportError.o
  27.